.professional-content-course-page.fine-tuning-course-page header {
  background: url('https://cdn.midjourney.com/4772326e-906f-4c67-8ebd-73012890a2de/0_0.png')
    no-repeat 70% 80% / cover !important;
  position: relative;
}

.advanced-midjourney-course-page.fine-tuning-course-page {
  color: #1b1d23;
}

.advanced-midjourney-course-page.fine-tuning-course-page header {
  background: url(/advanced-midjourney-course-main-image2.webp) no-repeat 70%
    80% / cover;
  position: relative;
}

.advanced-midjourney-course-page.fine-tuning-course-page header:before {
  /* background: rgba(0,0,0,0.4); */
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 40%,
    rgba(0, 0, 0, 0.8) 60%,
    rgba(0, 0, 0, 0) 100%
  );
}

@media (max-width: 768px) {
  .advanced-midjourney-course-page.fine-tuning-course-page header:before {
    background: rgb(0, 0, 0);
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.6) 100%
    );
  }
}

.advanced-midjourney-course-page.fine-tuning-course-page header,
.advanced-midjourney-course-page.fine-tuning-course-page header p {
  color: rgba(255, 255, 255, 0.9);
}

.advanced-midjourney-course-page.fine-tuning-course-page .pre-title-bubble {
  border: none;
  border-radius: 0;
  color: white;
  background: #f15151;
  font-weight: 800;
}

.advanced-midjourney-course-page.fine-tuning-course-page header h1,
.advanced-midjourney-course-page.fine-tuning-course-page .title-accent {
  color: white;
}

.advanced-midjourney-course-page.fine-tuning-course-page .title-accent {
  color: #ef7451;
}
.crash-course-page {
  background: #171717;
  color: white;
}

.crash-course-page header{
  background: url(/academy-bg2.webp) no-repeat 70% 80% / cover;
  position: relative;
}

.crash-course-page .main-prompt-by {
  position: absolute;
  bottom: 1em;
  left: 1em;
  display: none;
}

.crash-course-page header:before {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,0.75) 60%, rgba(0,0,0,0) 100%);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.crash-course-page header,
.crash-course-page header p{
  color: white;
}

.crash-course-page p, .crash-course-page ul {
  color: rgba(255,255,255,.7);
}

.crash-course-page h1,
.crash-course-page h2 {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: -.05em;
}

.crash-course-page h1 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 32px;
  font-size: 3em;
  line-height: 1.1;
}

.course-description{
  font-size: 14px;
  line-height: 1.8;
}

.crash-course-page h2 {
  font-size: 1.8em;
}

.crash-course-page h3 {
  color: rgba(255,255,255,.7);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pre-title-bubble {
  border-radius: 40px;
  border: 1px solid rgba(255,255,255,.7);
  font-size: 12px;
}

.crash-course-page .title-accent{
  font-family: "EB Garamond", Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.2em;
  line-height: .5;
  color: #fed4fd;
}

.crash-course-page .section-icon {
  font-size: 3em;
  color: rgba(255,255,255,.8) !important;
  margin-bottom: 0.5em;
}

section.faq .faq-q {
  margin-top: 1.5em;
}

@media only screen and (min-width: 768px) {
  .crash-course-page header {
    min-height: 95vh;
    background: url(/academy-bg2.webp) no-repeat 50% 80% / cover;
  }

  .crash-course-page .main-prompt-by {
    display: block;
  }

  .crash-course-page header:before {
    background: linear-gradient(90deg, rgba(0,0,0,0.85) 30%, rgba(0,0,0,0) 100%); 
  }

  .crash-course-page h1 {
    font-size: 5em;
  }
  .course-description{
    font-size: 16px;
  }
  .crash-course-page h2 {
    font-size: 2.4em;
  }
}
.fine-tuning-course-page {
  background: #f6f6f6;
  color: #1b1d23;
}

.fine-tuning-course-page header {
  background: url(/shoes.webp) no-repeat 70% 80% / cover;
  position: relative;
}

.fine-tuning-course-page header:before {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.8) 100%
  );
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fine-tuning-course-page header,
.fine-tuning-course-page header p {
  color: #16305e;
}

.fine-tuning-course-page h1,
.fine-tuning-course-page h2 {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
}

.fine-tuning-course-page h1 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 32px;
  font-size: 3em;
  line-height: 1.1;
}

.course-description {
  font-size: 14px;
  line-height: 1.8;
}

.fine-tuning-course-page h2 {
  font-size: 1.8em;
}

.shadow-custom {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.fine-tuning-course-page h3 {
  /* color: rgba(255,255,255,.7); */
  color: #1b1d23;

  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
}

.fine-tuning-course-page .pre-title-bubble {
  border-radius: 40px;
  border: 1px solid rgba(22, 48, 94, 0.8);
  font-size: 12px;
}

.fine-tuning-course-page .title-accent {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 0.5;
  color: #e95550;
}

.fine-tuning-course-page .section-icon {
  font-size: 3em;
  color: #1b1d23 !important;

  margin-bottom: 0.5em;
}

section.faq .faq-q {
  margin-top: 1.5em;
}

@media only screen and (min-width: 768px) {
  .fine-tuning-course-page header {
    min-height: 95vh;
    background: url(/shoes.webp) no-repeat 50% 80% / cover;
  }

  .fine-tuning-course-page header:before {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.8) 30%,
      rgba(255, 255, 255, 0.8) 70%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .fine-tuning-course-page h1 {
    font-size: 5em;
  }
  .course-description {
    font-size: 16px;
  }
  .fine-tuning-course-page h2 {
    font-size: 2.4em;
  }
}
.academy-page {
  
}

.academy-page .jumbo {
  border-radius: 4px;
  background: url(/academy-courses-bg.webp) no-repeat 70% 80% / cover;
  min-height: 20vh;
  position: relative;
}

.academy-page .jumbo h1,
.academy-page h2 {
  font-family: "EB Garamond", Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 2.4em;
  letter-spacing: -0.02em;
}

.academy-page h5 {
  font-weight: bolder;
}

.academy-page .jumbo .card {
  border: 0;
  opacity: 0.99;
  box-shadow: 0 2px 4px rgba(0,0,0,.08),0 4px 12px rgba(0,0,0,.08);
}

.academy-page .jumbo .jumbo-image-attribution {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.academy-page .jumbo .jumbo-image-attribution,
.academy-page .jumbo .jumbo-image-attribution a {
  font-size: 12px;
  color: white;
  opacity: 0.4;
}

.academy-page .jumbo .jumbo-image-attribution a {
  text-decoration: underline;
}

.prompthero-academy-title {
  font-weight: bold;
  letter-spacing: -0.02em;
}

.course-testimonial-card {
  border: none;
  color: rgba(0, 0, 0, 0.9) !important;
}

.course-testimonial-card .face {
  position: relative;
  color: inherit;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.course-testimonial-card .face.front-face,
.course-testimonial-card .face.back-face {
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-testimonial-card .face.back-face {
  background: rgba(255, 255, 255, 0.06);
  padding: 20px 30px;
  text-align: center;
}

.course-testimonial-card .face.back-face .fa-quote-left {
  position: absolute;
  top: 1em;
  left: 1em;
  font-size: 1.2rem;
  opacity: 0.9;
}

.course-testimonial-card .face.back-face .fa-quote-right {
  position: absolute;
  bottom: 35px;
  right: 25px;
  font-size: 1.2rem;
}

.course-difficulty-level{
  font-size: 8px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.academy-teams {
  color: white;
  background-color: #31433a;
}

@media only screen and (min-width: 768px) {
  .academy-teams {
    padding: 6em 0 !important;
  }
}

ul.course-contents {
  list-style: none;
  padding-left: 1.5em;
}

ul.course-contents-dark li i.fa-solid {
  color: #00ff84;
}

ul.course-contents-light li i.fa-solid {
  color: #00b75f;
}
.advanced-image-generation-course-page.fine-tuning-course-page{
  background: #f6f6f6;
  color: #1b1d23;
}

.advanced-image-generation-course-page.fine-tuning-course-page header{
  background: url(/prompthero-controlnet-deforum-advanced-image-generation-stable-diffusion-1.webp) no-repeat 70% 80% / cover;
  position: relative;
}

.advanced-image-generation-course-page.fine-tuning-course-page header:before {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.8) 100%);
}


.advanced-image-generation-course-page.fine-tuning-course-page header,
.advanced-image-generation-course-page.fine-tuning-course-page header p{
  color: white;
}

.advanced-image-generation-course-page.fine-tuning-course-page .pre-title-bubble {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.advanced-image-generation-course-page.fine-tuning-course-page .title-accent {
  color: var(--action-button);
}
.ai-influencers-course-page.fine-tuning-course-page{
  background: #f6f6f6;
  color: #1b1d23;
}

.ai-influencers-course-page.fine-tuning-course-page header{
  background: url(/ai-influencer-course-main-image.webp) no-repeat 70% 80% / cover;
  position: relative;
}

.ai-influencers-course-page.fine-tuning-course-page header:before {
  background: rgba(0,0,0,0.1);
  background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.1) 80%);
}


.ai-influencers-course-page.fine-tuning-course-page header,
.ai-influencers-course-page.fine-tuning-course-page header p{
  color: white;
}

.ai-influencers-course-page.fine-tuning-course-page .pre-title-bubble {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.ai-influencers-course-page.fine-tuning-course-page .title-accent {
  color: var(--action-button);
}
.gpt-course-page.fine-tuning-course-page{
  background: #f6f6f6;
  color: #1b1d23;
}

.gpt-course-page.fine-tuning-course-page header{
  background: url(/gpt-4-chatgpt-course.webp) no-repeat 70% 80% / cover;
  position: relative;
}

.gpt-course-page.fine-tuning-course-page header:before {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.8) 100%);
}

@media only screen and (min-width: 768px) {
  .gpt-course-page.fine-tuning-course-page header {
    min-height: 90vh;
    background: url(/gpt-4-chatgpt-course.webp) no-repeat 0% 100% / cover;
  }

  .gpt-course-page.fine-tuning-course-page header:before {
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 30%, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0) 100%);
  }
}

.gpt-course-page.fine-tuning-course-page header,
.gpt-course-page.fine-tuning-course-page header p{
  color: white;
}

.gpt-course-page.fine-tuning-course-page .pre-title-bubble {
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.gpt-course-page.fine-tuning-course-page .title-accent {
  color: #e250e6;
  /* color: #58d77d; */
}

/*
Trix 1.3.2
Copyright © 2024 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }
trix-toolbar * {
  box-sizing: border-box; }
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto; }
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 1.5vw; }
    @media (max-device-width: 768px) {
      trix-toolbar .trix-button-group:not(:first-child) {
        margin-left: 0; } }
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1; }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button-group-spacer {
      display: none; } }
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent; }
  trix-toolbar .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-toolbar .trix-button.trix-active {
    background: #cbeefa;
    color: black; }
  trix-toolbar .trix-button:not(:disabled) {
    cursor: pointer; }
  trix-toolbar .trix-button:disabled {
    color: rgba(0, 0, 0, 0.125); }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button {
      letter-spacing: -0.01em;
      padding: 0 0.3em; } }
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px; }
  @media (max-device-width: 768px) {
    trix-toolbar .trix-button--icon {
      height: 2em;
      max-width: calc(0.8em + 3.5vw); } }
  trix-toolbar .trix-button--icon::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-device-width: 768px) {
      trix-toolbar .trix-button--icon::before {
        right: 6%;
        left: 6%; } }
  trix-toolbar .trix-button--icon.trix-active::before {
    opacity: 1; }
  trix-toolbar .trix-button--icon:disabled::before {
    opacity: 0.125; }
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%; }
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
trix-toolbar .trix-dialogs {
  position: relative; }
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5; }
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  trix-toolbar .trix-input--dialog.validate:invalid {
    box-shadow: #F00 0px 0px 1.5px 1px; }
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none; }
trix-toolbar .trix-dialog--link {
  max-width: 600px; }
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline; }
  trix-toolbar .trix-dialog__link-fields .trix-input {
    flex: 1; }
  trix-toolbar .trix-dialog__link-fields .trix-button-group {
    flex: 0 0 content;
    margin: 0; }
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none; }
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none; }

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight; }
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight; }

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent; }
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight; }
trix-editor .attachment {
  position: relative; }
  trix-editor .attachment:hover {
    cursor: default; }
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text; }
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in; }
  trix-editor .attachment__progress[value="100"] {
    opacity: 0; }
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center; }
trix-editor .trix-button-group {
  display: inline-flex; }
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent; }
  trix-editor .trix-button:not(:first-child) {
    border-left: 1px solid #ccc; }
  trix-editor .trix-button.trix-active {
    background: #cbeefa; }
  trix-editor .trix-button:not(:disabled) {
    cursor: pointer; }
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
  trix-editor .trix-button--remove::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    content: "";
    background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%; }
  trix-editor .trix-button--remove:hover {
    border-color: #333; }
    trix-editor .trix-button--remove:hover::before {
      opacity: 1; }
trix-editor .attachment__metadata-container {
  position: relative; }
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px; }
  trix-editor .attachment__metadata .attachment__name {
    display: inline-block;
    max-width: 100%;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  trix-editor .attachment__metadata .attachment__size {
    margin-left: 0.2em;
    white-space: nowrap; }
@charset "UTF-8";
.trix-content {
  line-height: 1.5; }
  .trix-content * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2; }
  .trix-content blockquote {
    border: 0 solid #ccc;
    border-left-width: 0.3em;
    margin-left: 0.3em;
    padding-left: 0.6em; }
  .trix-content [dir=rtl] blockquote,
  .trix-content blockquote[dir=rtl] {
    border-width: 0;
    border-right-width: 0.3em;
    margin-right: 0.3em;
    padding-right: 0.6em; }
  .trix-content li {
    margin-left: 1em; }
  .trix-content [dir=rtl] li {
    margin-right: 1em; }
  .trix-content pre {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto; }
  .trix-content img {
    max-width: 100%;
    height: auto; }
  .trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%; }
    .trix-content .attachment a {
      color: inherit;
      text-decoration: none; }
      .trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
        color: inherit; }
  .trix-content .attachment__caption {
    text-align: center; }
    .trix-content .attachment__caption .attachment__name + .attachment__size::before {
      content: ' · '; }
  .trix-content .attachment--preview {
    width: 100%;
    text-align: center; }
    .trix-content .attachment--preview .attachment__caption {
      color: #666;
      font-size: 0.9em;
      line-height: 1.2; }
  .trix-content .attachment--file {
    color: #333;
    line-height: 1;
    margin: 0 2px 2px 2px;
    padding: 0.4em 1em;
    border: 1px solid #bbb;
    border-radius: 5px; }
  .trix-content .attachment-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    .trix-content .attachment-gallery .attachment {
      flex: 1 0 33%;
      padding: 0 0.5em;
      max-width: 33%; }
    .trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
      flex-basis: 50%;
      max-width: 50%; }
/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *

*/

/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* Ignore file uploads */
.trix-button-group--file-tools { display: none !important; }

/* Custom height for job post field */
.job-description {
  min-height: 200px;
  height: auto;
}

trix-editor.job-description {
  overflow-y: scroll;
}
.grid-ad a:hover,
.grid-ad a:hover * {
  text-decoration: none;
}
.api-code-inline,
.api-method {
  display: inline;
  background: rgba(0,0,0,0.1);
  padding: 0.4em 0.7em;
  font-size: 12px;
  border-radius: 8px;
  font-family: monospace;
  /* font-weight: bolder; */
}

.api-method {
  padding: 0.2em 0.4em;
  font-size: 12px;
  border-radius: 4px;
  background-color:saddlebrown;
  color: white;
}

.api-endpoints-list li{
  margin-top: 2em;
  line-height: 2em;
}
.asset-card .prompt-card-image-backdrop-container {
  position: relative;
}

.asset-card .prompt-card-image-backdrop-container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.89) 0%, rgba(0,0,0,0) 60%);
  z-index: 1;
  pointer-events: none;
}

.asset-card .asset-card-details {
  z-index: 10;
  padding-bottom: 1.6em;
}

.asset-card .asset-type-name {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.asset-card .asset-name {
  font-size: 18px;
  word-break: break-word;
}

@media only screen and (min-width: 768px) {
  .asset-card .asset-name {
    font-size: 24px;
  }
}
.asset-show-page {
  background-color: var(--off-white-background);
}

.asset-show-page h1 {
  font-weight: 800;
  letter-spacing: -0.008em;
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .asset-show-page h1 {
    font-size: 38px;
  }
}

.asset-show-page .asset-description h1 {
  font-size: 1.8em;
}

.asset-show-page .asset-description h2 {
  font-size: 1.4em;
}

.asset-show-page .asset-description h3 {
  font-size: 1.2em;
}

.asset-show-page .asset-questions h2 {
  font-size: 2.2em;
  letter-spacing: -0.0045em;
}

.asset-show-page .asset-description a,
.asset-show-page .asset-questions a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.25);
}

.asset-show-page .asset-questions a {
  text-decoration-color: rgba(0, 0, 0, 0.8);
}
.bottom-cta{
  width: 100%;

  background: url('https://cdn.discordapp.com/attachments/1005626829094264952/1006783259616751746/dark_sci-fi__A_huge_radar_on_mountain_sunset_concept_art_high_detailwarm_lighting_volumetric_godraysvivid_beautifultrending_on_artstation_b_-C_13.0_-n_3_-i_-S_169770206_ts-1660106233_idx-1.png') no-repeat 50% 50% / cover;

  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);


  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;

  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px;
}

.bottom-cta-header{
  font-size: 36px;
  font-weight: 800;
}

.btn-outline-primary{
  border: 1px solid rgba(0, 0, 0, 0.01);
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
}

.btn-outline-primary:hover{
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  color: rgba(255, 255, 255, 0.9);
}

.btn-primary-buy,
.btn-primary-buy:hover,
.btn-primary-buy:focus,
.btn-primary-buy:active{
  background: var(--action-button) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold !important;
}

.btn-primary-buy:hover{
  color: rgba(255, 255, 255, 0.9);
}
.bottom-signup-banner{
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: black;
  z-index: 1000000;
  box-shadow: rgba(4, 17, 29, 0.25) 0px 8px 8px 8px;
}

.bottom-signup-banner.alert,
.bottom-signup-banner.alert-dismissable{
  padding: 0;
  margin: 0;
  border: 0;
  position: fixed;
}

.bottom-signup-banner button.close {
  color: black !important;
  margin: -0.5em -1em;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .bottom-signup-banner {
    background-color: rgba(0, 0, 0, .8) !important;
    color: white;
  }

  .bottom-signup-banner button.close {
    color: white !important;
    margin: 0.2em 0.4em;
  }
}
/* ---------------CHROME MOCKUP------------------ */

.browser-container {
  display: block;
  border-radius: 8px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 10px 22px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.browser-chrome-header {
  background: #e8e8e8;
  padding: 10px;
}

.browser-buttons {
  height: 10px;
  width: 10px;
  background: #ff5f56;
  box-shadow: 20px 0 0 #ffbd2e, 40px 0 0 #27c93f;
  border-radius: 50%;
}

.edit-browser-left {
  transform: scale(0.85) perspective(2038px) rotateY(33deg) rotateX(12deg);
}

.edit-browser-right {
  transform: rotate3d(0.5, -0.866, 0, 15deg) rotateZ(1deg);
}
.btn-primary {
  background-color: var(--action-button-background);
  border-color: transparent !important;
  color: var(--action-button-color) !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: var(--action-button-background) !important;
  border-color: transparent !important;
  color: var(--action-button-color) !important;
  opacity: 0.95;
}

.btn-white-primary{
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.9);
  text-shadow: none;
}

.btn-white-outline-primary {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.9) !important;
  text-shadow: none;
}

.btn-white-outline-primary:hover {
  background-color: rgba(255, 255, 255, 0.9) ;
  color: rgba(0, 0, 0, 0.9) !important;
  border: 1px solid white !important;
  text-shadow: none;
}

.premium-prompt-preview-buy-button{
  text-decoration: underline;
}
  
.premium-prompt-preview-buy-button,
.premium-prompt-preview-buy-button:hover{
  color: white;
}

.premium-prompt-preview-buy-button:hover{
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.9);
  text-shadow: none;
  text-decoration: none;
  padding: 0 0.3em;
}
.category-carousel{
  display:block;
  width: 100%;
  white-space: nowrap;

  overflow-x: scroll;

  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.category-carousel::-webkit-scrollbar {
  display: none;
}

.category-carousel a, .category-carousel a:hover{
  color: inherit;
  text-decoration: none;
}

.category-carousel-item.active,
.category-carousel-item:hover{
  color: #111;
}

.category-carousel-item.active{
  border-bottom: 3px solid black;
}

.category-carousel-item{
  display: inline-block;
  color: #767676;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  text-decoration-skip-ink: auto;
  transition: color .1s ease-in-out,opacity .1s ease-in-out;
  cursor: pointer;
  padding: 0.8em 0;
  /* padding: 1em 2em;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.4);
  width: fit-content;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px; */
}

.category-carousel-item-border{
  display: inline;
  padding-left: 1.5rem !important;
  margin-right: 1rem !important;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  content: "";
}
.challenge-card {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.challenge-card-content {
  padding-top: 15em;
  color: white;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}
textarea.new_comment {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.new-comment-section {
  width: 80%;
}

.avatars {
 display:flex;
 flex-wrap:wrap;
 font-size:3em;
 justify-content:space-between;
 margin-right:-.2em
}
.avatars .avatar {
 margin-right:.2em;
 margin-bottom:.2em;
 transition:all 1s ease
}
.avatars .avatar:hover {
 transform:scale(1.2);
 z-index:17;
 transition:all .3s ease
}
.avatar {
 display:block;
 height:1em;
 width:1em;
 border-radius:1em
}

.imageHexWrapper {
 overflow:hidden
}
.imageHex {
 font-size:5em;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 text-align:center;
 /* margin:.5em -2em */
 margin: -0.5em -2em
}
.imageHex .imageHex__group {
 display:flex;
 flex-wrap:nowrap;
 width:4em;
 height:1em
}
.imageHex .imageHex__group__image {
 height:1em;
 width:1em;
 box-sizing:border-box
}
.imageHex .imageHex__group__image img {
 width:100%;
 height:100%;
 transition:transform 50ms ease;
 font-size:5em;
 transform:scale(.9)
}
.imageHex .imageHex__group__image img:not(.avatar) {
 border-radius:.01em
}
.imageHex .imageHex__group__image img:hover {
 transform:scale(1)
}
.imageHex .imageHex__group__image:nth-child(2n) {
 transform:translateY(0.5em)
}
.community-header-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.community-header-content {
  position: relative;
  z-index: 100;
  background: rgba(0,0,0,0.9);
  color: white;
}

.community-header-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  background: rgb(0,0,0);
  height: 100%;
  color: white;
}


.community-title{
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .community-title{
    font-size: 4rem;
  }

  .community-header-content {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.9) 40%, rgba(0,0,0,0) 80%);
  }
}

.community-page-main {
  background: #f4f5f7;
}

.streak-badge {
  font-size: 12px;
  font-weight: bold;
  border: 1px solid rgba(0,0,0,0.2);
  padding: 0.3em 0.8em;
  border-radius: 24px;
}
.competition-card {
  border: 1px solid rgba(0,0,0,0.1);
}

.competition-card .prompt-card-image-backdrop {
  position: relative;
  height: 15vh !important;
}

.competition-card .prompt-card-details {
  position: relative;
}

.competition-company-logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  outline: 2px solid rgba(255, 255, 255, 0.9);
  border: 3px solid rgba(0,0,0,0);
}

.competition-card .competition-title  {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.competition-card-details{
  background: white !important;
  color: rgba(0,0,0,0.9) !important;
  text-shadow: none!important;
}

.more-competition-details {
  display: flex;
  justify-content: space-between;
}

.competition-card .prize-money{
  font-weight: 800;
  font-size: 16px;
}
.credit-pricing-page {
  color: rgba(0,0,0,0.8);
}

.credit-pricing-page .card small {
  font-size: 14px;
}

.credit-pricing-page .card.most-popular {
  border: 4px solid var(--action-button);
  transform: scale(1.09);
  position: relative;
}

.credit-pricing-page .card.most-popular:after {
  position: absolute;
  top: -1.3em;
  content: "Most popular";
  background-color: var(--action-button);
  border-radius: 2px;
  padding: 0.25em 0.8em;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-self: center;
}

.friend-referral-message {
  color: inherit;
  border: 1px solid rgba(0,0,0,0.8);
  border-radius: 18px;
}
.devise-wrapper h2{
  font-size: 1.5em;
  margin-bottom: 1em;
}

.devise-wrapper form:not(.button_to){
  padding: 0.5em 2em 3em 2em;
  margin-bottom: 3em;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px;
}

.devise-wrapper form:not(.button_to) .field:not(:first-child){
  margin-top: 1.4em;
  text-align: left;
}

.devise-wrapper form:not(.button_to) input:not([type="checkbox"]){
  width: 100%;
}

.devise-wrapper form:not(.button_to) .actions{
  margin-top: 1em;
}

.devise-wrapper form button{
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 0.4em 0.8em;
}

.devise-small-links{
  margin-top: 3em;
  font-size: 0.8em;
}

.after-signup-notice {
  font-size: 12px;
}

.after-signup-notice a {
  color: var(--action-button);
}
.edit-profile-title{
  font-size: 20px;
}

.edit-profile-form label{
  font-weight: bolder;
}

.edit-profile-form .form-group, .edit-profile-form .btn-primary{
  margin-top: 3em;
}

.edit-profile-container {
  min-height: 60vh;
}

.edit-profile-container .nav.flex-column a.nav-link{
  color: rgba(0, 0, 0, 0.6);
}

.edit-profile-container .nav.flex-column a.nav-link.active{
  color: rgba(0, 0, 0, 0.9);
  font-weight: bolder;
}
/* Define the animation keyframes */
@keyframes fade-in {
  from {
    opacity: 0; /* Start with 0 opacity */
  }
  to {
    opacity: 1; /* End with 100% opacity */
  }
}

/* Apply the animation to the element */
.fade-in {
  animation-name: fade-in;
  animation-duration: 0.2s; /* Duration of the animation */
}

/* Initially hide the element */
.fade-in {
  /* opacity: 0; */
}
.file-input-component [type='file'] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.file-input-component [type='file'] + label {
  background: var(--input-background);
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: inherit;
  font-weight: 500;
  margin-bottom: 1rem;
  outline: none;
  padding: 1rem 50px;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
}
.file-input-component [type='file'] + label:hover {
  background-color: var(--input-background);
}
.file-input-component [type='file'] + label {
  background-color: var(--input-background);
  box-shadow: 0 6px #4a76e8;
  transition: none;
}
.file-input-component [type='file'] + label:hover {
  box-shadow: 0 4px #4a76e8;
  top: 2px;
}

.filepond--list-scroller {
  z-index: 1 !important;
}
.big-number {
  font-weight: bold;
  font-size: 1.3rem;
}

.big-number-title {
  font-weight: normal;
}
footer{
  background-color: rgba(0,0,0,0.04);
}

.footer-section-title {
  color: rgba(0,0,0,.6);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  padding: 0.3em 0;
}

footer ul a,
footer ul a:hover {
  color: initial;
}
.upvote-downbote-button {
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0.9);

  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 55px;
  height: 55px;

  border-radius: 100%;

  font-size: 1.3rem;

  cursor: pointer;

  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px;
}

.upvote-downbote-button.upvote {
  color: rgba(25, 101, 0, 0.8);
}

.upvote-downbote-button.downvote {
  color: rgba(187, 0, 16, 0.8);
}
:root {
  --header-height: 65vh;
}

.homepage main h2 {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bolder;
}

.homepage header{
  /* background: url('https://cdn.discordapp.com/attachments/1005627432738500669/1006857281276739646/a_place_where_the_desert_meets_the_ocean_incredible_vista_of_an_advanced_city_next_to_a_ruined_city_a_sole_survivor_looks_into_the_camera_-W_1024_-n_9_-i_-s_120_-S_1920385064_ts-1660123881_idx-4.png') no-repeat 50% 80% / cover; */
  /* background-image: url('https://storage.googleapis.com/dream-machines-output/77ef61c5-cc96-40d6-a5da-6a368208c314/0_0.png'); */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  min-height: var(--header-height);
  align-items: center;
  display: flex;
  color: white;
  position: relative;
}

.homepage header:before {
  min-height: var(--header-height);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right,#000,#000);
  opacity: .6; 
}

.homepage header .btn-outline-secondary,
.homepage header .model-selection-button{
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}

.homepage header .btn-outline-secondary:hover{
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.9);
}

.homepage header .header-picture-press{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.homepage header .header-picture-press a{
  text-decoration: none;
}

.header-press-logo {
  filter: invert(100%) saturate(0%) brightness(2);
  opacity: 0.45;
  transition: all .3s ease;
}

.header-press-logo:hover {
  opacity: 0.75;
}

.homepage header .header-picture-user-info{
  position: absolute;
  width: auto;
  left: 0;
  bottom: 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7)
}

.homepage header .header-picture-user-info a{
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.homepage header .header-picture-user-info a:hover{
  color: rgba(255, 255, 255, 0.95);
}
.invoice-page {
  background-color: rgb(244, 244, 245);
  min-height: 100vh;
}

.invoice-container {
  background-color: rgb(255, 255, 255);
  min-height: 900px;
  padding: 5em 4em;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.job-list-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.job-list-item > .container > div.row {  
  padding: 1.8em 2em;
}

.job-list-item:not(.uncollapsible).collapsed {
  cursor: zoom-in;
}

.job-list-item:not(.uncollapsible) {
  cursor: zoom-out;
}

.job-description.ignore-collapsible-click-events {
  cursor: text;
}

.missing-logo-first-letter{
  aspect-ratio: 1 / 1;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.5em;
  font-weight: bolder;
}

.job-list-item-position {
  font-size: 1.2rem;
  font-weight: bolder;
}

.badge.job-skill-badge{
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
  font-weight: normal;
}

.glow {
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 0px rgba(255, 255, 255, 0), 0 0 10px rgba(0, 0, 0, 0.05);
  }
  to {
    text-shadow: 0 0 2px rgba(255, 255, 255, 0), 0 0 15px rgba(0, 0, 0, 0.07);
  }
}

.glow-box {
  -webkit-animation: glow-box 1.5s ease-in-out infinite alternate;
  -moz-animation: glow-box 1.5s ease-in-out infinite alternate;
  animation: glow-box 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes glow-box {
  from {
    box-shadow: 0 0 0px rgba(255, 255, 255, 0), 0 0 10px rgba(0, 0, 0, 0.1);
  }
  to {
    box-shadow: 0 0 2px rgba(255, 255, 255, 0), 0 0 15px rgba(0, 0, 0, 0.14);
  }
}
header.jobs-index-header,
header.jobs-list-header{
  position: relative;
}

.header-attribution {
  position: absolute;
  bottom: 0.75em;
  left: 0.75em;
  font-size: 12px;
}

.header-attribution,
.header-attribution a{
  color: rgba(255, 255, 255, 0.25);
  z-index: 100;
}

header.jobs-index-header:before,
header.jobs-index-header:after,
header.jobs-list-header:before,
header.jobs-list-header:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

header.jobs-index-header:after,
header.jobs-list-header:after {
  background-image: radial-gradient(rgba(0, 0, 0, 0.07) 1px, transparent 0);
  background-size: 20px 20px;
  background-position: -6px -6px;
}

.jobs-index-title{
  font-size: 2em;
  font-weight: 900;
}

@media only screen and (min-width: 992px) {
  header.jobs-index-header{
    background: url(/ai-jobs.webp) no-repeat 50% 50% / cover;;
    padding: 5em 0;
    color: white;
  }

  header.jobs-index-header:before {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.89) 70%, rgba(0,0,0,0) 90%);
  }

  header.jobs-index-header:after {
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 0);
    background-size: 20px 20px;
    background-position: -6px -6px;
  }

  .jobs-index-title{
    font-size: 3.5em;
    text-shadow: 0 0 15px rgba(206, 246, 246, 0.4);
  }

  .jobs-index-subtitle{
    text-shadow: 2px 2px rgba(0,0,0,0.65);
  }
}
.post-a-job-button {
  position: fixed;
  bottom: 1.75em;
  right: 1.75em;
  font-size: 12px;
  z-index: 100;
}
/* 
  FIREFOX MASONRY: EXPLORATORY APPROACH THAT TAKES ADVANTAGE OF `grid-template-columns` and `grid-template-rows: masonry`
  This is native to CSS, but unfortunately this approach is experimental and only works on Firefox. It renders a square grid on other browsers.
  Replaced this by masonry.js instead
*/

/* 
.card-masonry-grid {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  grid-template-rows: masonry;
}
*/

.card-columns {
 -webkit-column-count:3;
 -moz-column-count:3;
 column-count:3;
 column-gap: 0;
}

@media (min-width:576px) {
  .card-columns {
   -webkit-column-count:5;
   -moz-column-count:5;
   column-count:5;
  }
}

@media (min-width:992px) {
  .card-columns {
   -webkit-column-count:5;
   -moz-column-count:5;
   column-count:5;
  }
}

.card-masonry-grid .prompt-card .prompt-card-a,
.card-masonry-grid .prompt-card{
  cursor: zoom-in !important;
}

.card-masonry-grid .prompt-card .prompt-card-details .masonry-hide-unless-hover,
.card-masonry-grid .prompt-card .prompt-card-favorite-button{
  opacity: 0;
  transition: opacity .1s ease-in-out;
}

.card-masonry-grid .prompt-card:hover .prompt-card-details .masonry-hide-unless-hover,
.card-masonry-grid .prompt-card:hover .prompt-card-favorite-button{
  opacity: 1;
}


.grid-item {
  width: 33.333%;
  opacity: 0;
  transition: opacity .25s ease-in-out;  
}

@media only screen and (min-width: 576px) {
  .grid-item {
    width: 25%;
  }
}

@media only screen and (min-width: 992px) {
  .grid-item {
    width: 20%;
  }
}
.model-selection-button-checkbox{
  display: none;
}

.model-selection-button{
  cursor: pointer;
  background: none;
  border: 1px solid var(--border-color);
  border-radius: 14px;
  font-size: 0.8em;
  padding: 0.2em 0.8em;
  background-color: var(--inactive-button-background);
}

.model-selection-button-checkbox:checked + .model-selection-button{
  background-color: rgba(0, 0, 0, 0.1);
}

.model-selector-area .model-selection-button:not(:last-child){
  margin-right: 0.5em;
}

.model-selector-area,
.model-selector-area a,
.model-selector-area a:hover{
  color: inherit;
  text-decoration: none;
}
.moderation-page .prompt-card,
.moderation-section .prompt-card{
}

.moderator-prompt-overlay-info {
  position: absolute;
  top: 0;
  padding: 2em 2em 2em 6em;
  z-index: 90;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  font-size: 12px;
}

.moderation-button-wrapper {
  top: 0.4em !important;
  left: 0;
  z-index: 10000;
}

.moderation-button-wrapper .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-menu li {
  position: relative;
  z-index: 10000;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
  z-index: 10000;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu .dropdown-submenu-right {
  left: 100%;
  right: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
#prompthero-navbar-area.navbar-sticky {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
}

#prompthero-navbar-area.navbar-sticky .navbar-container {
  background-color: rgba(255,255,255,0.85);
}

#top-prompthero-navbar {
  min-height: 70px;
}

#top-prompthero-navbar-main-area .navbar-link,
#top-prompthero-navbar .dropdown-item {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

#top-prompthero-navbar-main-area .navbar-link,
#top-prompthero-navbar-main-area .navbar-link i {
  color: rgba(0,0,0,0.6);
  transition: all 0.2s;
}

#top-prompthero-navbar-main-area .navbar-link:hover a,
#top-prompthero-navbar-main-area .navbar-link:hover i {
  text-decoration: none;
  color: rgba(0,0,0,0.85);
}

#top-prompthero-navbar-main-area i {
  vertical-align: middle;
  margin-bottom: 0.2em;
  margin-left: 0.2em;
}

#top-prompthero-navbar-main-area .dropdown-item {
  letter-spacing: 0;
}

#top-prompthero-navbar-main-area .dropdown-item i {
  margin-left: 0 !important;
}

#top-prompthero-navbar-main-area i.fa-caret-down {
  color: rgba(0,0,0,0.2);
  font-size: 0.8em;
}

#top-prompthero-navbar-main-area i:not(.fa-caret-down) {
  margin-left: 0.5em;
  margin-right: 0.25em;
}


#top-prompthero-navbar .dropdown-menu {
  padding: 0.5em 1em;
}

#top-prompthero-navbar .dropdown-item {
  margin: 1em 0;
}

#top-prompthero-navbar .log-in-button,
#top-prompthero-navbar .navbar-action-button,
#top-prompthero-navbar .sign-up-button {
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
}

#top-prompthero-navbar .log-in-button {
  padding: 0.7em 1.2em;
  border-radius: 2em;
}

#top-prompthero-navbar .log-in-button:hover {
  font-size: 14px;
  background-color: rgba(0,0,0,0.025);
  text-decoration: none;
}

#top-prompthero-navbar .sign-up-button,
#top-prompthero-navbar .navbar-action-button {
  vertical-align: inherit;
  background-color: var(--action-button-background);
  color: var(--action-button-color) !important;
  padding: 0.7em 1.2em;
  border: none;
  border-radius: 8px;
  outline: none;
}

#top-prompthero-navbar .sign-up-button:hover {
  background-color: rgba(0,0,0,0.85);
  color: rgba(255,255,255,0.99) !important;
}

.navbar-container{
  /* position: sticky; */
  /* z-index: 120; */
  /* transition: top 0.5s ease 0s; */
  background-color: rgb(255, 255, 255);
  /* margin-bottom: 2em; */
}

.navbar-shadow {
  box-shadow: rgba(4, 17, 29, 0.25) 0px 8px 8px -8px,
              inset -30px 0 30px -30px rgba(0,0,0,0.2);
}

@media only screen and (min-width: 992px) {
  .navbar-shadow {
    box-shadow: rgba(4, 17, 29, 0.25) 0px 8px 8px -8px;
  }
}

.brand-name {
  font-weight: 800;
}

.user-picture-icon{
  border-radius: 100%;
}

nav.navbar a:not(.btn) {
  color: inherit;
}

nav.navbar .dropdown{
  display: inline-flex;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  nav.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  nav.navbar .navbar-collapse.collapse {
    justify-content: space-between;
  }
}

nav.navbar .dropdown-toggle::after{
  display: none;
}

nav.navbar .navbar-link {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin: 1em 0;
}

nav.navbar .minimal-search-box {
  display: inline-flex;
  max-width: none;
  width: 100%;
}

nav.navbar .minimal-search-box #search-box {
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  background-color: var(--background);
  transition: all 0.2s;
}

nav.navbar .minimal-search-box #search-box:focus {
  outline: rgba(0,0,0,0.05) solid 2px;
  box-shadow: none;
  border-color: var(--border-color);
  background-color: white;
}

.dropdown-menu-user {
  width: 220px;
}

.dropdown-menu-user .dropdown-item {
  padding: 0.25em 0.5em;
}

.dropdown-item {
  letter-spacing: -0.015em !important;
}

.dropdown-menu-user .dropdown-item,
.dropdown-menu-user .dropdown-item i {
  color: rgba(0, 0, 0, 0.6) !important;
  letter-spacing: -0.025em !important;
}

.dropdown-item:hover {
  background-color: rgba(0,0,0,0.029) !important;
}

@media only screen and (min-width: 992px) {
  nav.navbar .navbar-link {
    display: inline-block;
    text-align: left;
    font-size: 1rem;
    margin: 0;
  }

  nav.navbar .minimal-search-box {
    max-width: 124px;
  }
}
.pagination{
  justify-content: space-evenly;
}

.pagination a,
.pagination a:hover{
  color: inherit;
}
.pro-badge, .supporter-badge {
  background: rgba(0,0,0,0.6);
  border-radius: 3px;
  color: #fff;
  font-size: min(0.6em, 14px);
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 2px 4px;
}

.supporter-badge {
  background: rgb(255, 242, 204);
}

.user-profile-verified-badge {
  height: min(1em, 16px);
}

.pro-badge, .supporter-badge a:hover {
  text-decoration: none;
}

.pro-container h1{
  font-size: 54px;
  font-weight: 800;
}

.pro-container .rounded-lg{
  border-radius: 32px !important;
}

.pro-container .benefits-highlights{
  margin-top: 5em;
}

.pro-container .benefits-highlights i.fa-solid{
  font-size: 1.5em;
}

.pro-container .benefits-highlights h5{
  margin-top: 1em;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.pro-container .benefits-highlights{
  background-color: #f7f9fd;
}


.pro-pricing .card {
  border-radius: 12px !important;
  border: 1px solid #e7e7e9 !important;
  min-height: 20vh;
}

.pro-pricing .card.highlighted-card {
  outline: 2px solid;
  position: relative;
}

.pro-pricing .card.highlighted-card::before {
  position: absolute;
  height: 20px;
  top: -10px;
  width: 100%;
  content: 'Most Popular ✨';
  font-size: 10px;
  color: white;
  background: black;
  outline: 3px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.pro-pricing .subscription-title{
  font-size: 20px;
  font-weight: bolder;
}

.pro-pricing .pricing-card-title{
  font-size: 2.4em;
  font-weight: bolder;
}

.pro-pricing .pricing-card-title .text-muted{
  font-size: 30%;
}

.pro-pricing .card-pricing .list-unstyled {
  font-size: 14px;
}

.pro-pricing .card-pricing .list-unstyled li{
  margin-top: 1em;
  margin-left: 1em;
}

.pro-pricing .card-pricing .list-unstyled i{
  font-size: 1em;
  color: #4bb7bf;
  padding-right: 0.3em;
}

.testimonial-card {
  background-color: #4f3cc9 !important;
  color: white;
}

.testimonial-card .name {
  font-weight: bolder;
  font-size: 1.1em;
}

.testimonial-card .job {
  display: block;
}

.pro-avatars .user-profile-pic{
  display: inline-block;
  margin-left: -10px;
  outline: 2px solid white;
  position: relative;
}

section.features-container li,
section.features-container li:before {
  color: #159570;
}

section.features-container .suggest-new-feature {
  margin-top: 1em;
}

section.features-container .suggest-new-feature a,
section.features-container .suggest-new-feature i {
  color: #656fb4;
}

section.features-container ul {
  padding-inline-start: 1.3em;
  list-style-type: none;
}

section.features-container li {
  margin: 1em 0;
}

section.features-container li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  margin-left: -20px;
  margin-right: 10px;
}
.game-progress-bar-container {
  width: 100%;
  position: relative;
  height: 60px;
  margin: 0px 35px;
}

.game-progress-bar-container.game-count-1 {
  width: 25%;
  margin: auto;
}
.game-progress-bar-container.game-count-2 {
  width: 25%;
  margin: auto;
}
.game-progress-bar-container.game-count-3 {
  width: 50%;
  margin: auto;
}
.game-progress-bar-container.game-count-4 {
  width: 75%;
  margin: auto;
}
.game-progress-bar-container.game-count-5 {
  width: 100%;
  margin: auto;
}

/*completed steps in dynamic progressbar*/
/*game-count-2*/
/* .game-progress-bar-container.game-count-2 .progress-steps > li:nth-of-type(1) .progress-step-item{
  background-color: #3fb07c !important;
}
.game-progress-bar-container.game-count-2 .progress-steps > li:nth-of-type(1) .progress-step-item::after{
  content: "\f00c" !important;
  font-family: FontAwesome;
  font-style: normal;
  color: #FFFFFF;
} */

/*game-count-3*/
/* .game-progress-bar-container.game-count-3 .progress-steps > li:nth-of-type(1) .progress-step-item, .game-progress-bar-container.game-count-3 .progress-steps > li:nth-of-type(2) .progress-step-item{
  background-color: #3fb07c !important;
}
.game-progress-bar-container.game-count-3 .progress-steps > li:nth-of-type(1) .progress-step-item::after, .game-progress-bar-container.game-count-3 .progress-steps > li:nth-of-type(2) .progress-step-item::after{
  content: "\f00c" !important;
  font-family: FontAwesome;
  font-style: normal;
  color: #FFFFFF;
} */

/*game-count-4*/
/* .game-progress-bar-container.game-count-4 .progress-steps > li:nth-of-type(1) .progress-step-item, .game-progress-bar-container.game-count-4 .progress-steps > li:nth-of-type(2) .progress-step-item, .game-progress-bar-container.game-count-4 .progress-steps > li:nth-of-type(3) .progress-step-item{
  background-color: #3fb07c !important;
}
.game-progress-bar-container.game-count-4 .progress-steps > li:nth-of-type(1) .progress-step-item::after, .game-progress-bar-container.game-count-4 .progress-steps > li:nth-of-type(2) .progress-step-item::after, .game-progress-bar-container.game-count-4 .progress-steps > li:nth-of-type(3) .progress-step-item::after{
  content: "\f00c" !important;
  font-family: FontAwesome;
  font-style: normal;
  color: #FFFFFF;
} */

/*game-count-5*/
/* .game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(1) .progress-step-item, .game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(2) .progress-step-item, .game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(3) .progress-step-item, .game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(4) .progress-step-item{
  background-color: #3fb07c !important;
}
.game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(1) .progress-step-item::after, .game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(2) .progress-step-item::after, .game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(3) .progress-step-item::after, .game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(4) .progress-step-item::after{
  content: "\f00c" !important;
  font-family: FontAwesome;
  font-style: normal;
  color: #FFFFFF;
} */


/*background-color for active step in dynamic progressbar*/
/* .game-progress-bar-container.game-count-1 .progress-steps > li:nth-of-type(1) .progress-step-item, .game-progress-bar-container.game-count-2 .progress-steps > li:nth-of-type(2) .progress-step-item, .game-progress-bar-container.game-count-3 .progress-steps > li:nth-of-type(3) .progress-step-item, .game-progress-bar-container.game-count-4 .progress-steps > li:nth-of-type(4) .progress-step-item, .game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(5) .progress-step-item{
  background-color: #d2d647 !important; 
} */

/*content-color for active step in dynamic progressbar*/
/* .game-progress-bar-container.game-count-1 .progress-steps > li:nth-of-type(1) .progress-step-item::after, .game-progress-bar-container.game-count-2 .progress-steps > li:nth-of-type(2) .progress-step-item::after, .game-progress-bar-container.game-count-3 .progress-steps > li:nth-of-type(3) .progress-step-item::after, .game-progress-bar-container.game-count-4 .progress-steps > li:nth-of-type(4) .progress-step-item::after, .game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(5) .progress-step-item::after{
  color: #FFFFFF !important; 
} */

/*hiding other steps in dynamic progressbar*/
/*game-count-1*/
.game-progress-bar-container.game-count-1 .progress-steps > li:nth-of-type(2), .game-progress-bar-container.game-count-1 .progress-steps > li:nth-of-type(3), .game-progress-bar-container.game-count-1 .progress-steps > li:nth-of-type(3), .game-progress-bar-container.game-count-1 .progress-steps > li:nth-of-type(4),  .game-progress-bar-container.game-count-1 .progress-steps > li:nth-of-type(5){
  display: none;
}
/*game-count-2*/
.game-progress-bar-container.game-count-2 .progress-steps > li:nth-of-type(3), .game-progress-bar-container.game-count-2 .progress-steps > li:nth-of-type(4),  .game-progress-bar-container.game-count-2 .progress-steps > li:nth-of-type(5){
  display: none;
}
/*game-count-3*/
.game-progress-bar-container.game-count-3 .progress-steps > li:nth-of-type(4),  .game-progress-bar-container.game-count-3 .progress-steps > li:nth-of-type(5){
  display: none;
}
/*game-count-4*/
.game-progress-bar-container.game-count-4 .progress-steps > li:nth-of-type(5){
  display: none;
}

/* Step position for each gamecount in dynamic progressbar*/
/*game-count-1*/
.game-progress-bar-container.game-count-1 .progress-steps > li:nth-of-type(1){
  left: 50%;
  transform: translateX(-30px);  
}

/*game-count-2*/
.game-progress-bar-container.game-count-2 .progress-steps > li:nth-of-type(1){
  left: 0%;
  transform: translateX(-30px);  
}
.game-progress-bar-container.game-count-2 .progress-steps > li:nth-of-type(2){
  left: 100%;
  transform: translateX(-30px);  
}

/*game-count-3*/
.game-progress-bar-container.game-count-3 .progress-steps > li:nth-of-type(1){
  left: 0%;
  transform: translateX(-30px);  
}
.game-progress-bar-container.game-count-3 .progress-steps > li:nth-of-type(2){
  left: 50%;
  transform: translateX(-30px);  
}
.game-progress-bar-container.game-count-3 .progress-steps > li:nth-of-type(3){
  left: 100%;
  transform: translateX(-30px);  
}

/*game-count-4*/
.game-progress-bar-container.game-count-4 .progress-steps > li:nth-of-type(1){
  left: 0%;
  transform: translateX(-30px);  
}
.game-progress-bar-container.game-count-4 .progress-steps > li:nth-of-type(2){
  left: 33.3333%;
  transform: translateX(-30px);  
}
.game-progress-bar-container.game-count-4 .progress-steps > li:nth-of-type(3){
  left: 66.6666%;
  transform: translateX(-30px);  
}
.game-progress-bar-container.game-count-4 .progress-steps > li:nth-of-type(4){
  left: 100%;
  transform: translateX(-30px);  
}

/*game-count-5*/
.game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(1){
  left: 0%;
  transform: translateX(-30px);  
}
.game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(2){
  left: 25%;
  transform: translateX(-30px);  
}
.game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(3){
  left: 50%;
  transform: translateX(-30px);  
}
.game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(4){
  left: 75%;
  transform: translateX(-30px);  
}
.game-progress-bar-container.game-count-5 .progress-steps > li:nth-of-type(5){
  left: 100%;
  transform: translateX(-30px);  
}

/*progress highlight for dynamic progressbar (colored for all except game-count-1)*/
/* .game-progress-bar-container.game-count-2 .progress-indicator, .game-progress-bar-container.game-count-3 .progress-indicator, .game-progress-bar-container.game-count-4 .progress-indicator, .game-progress-bar-container.game-count-5 .progress-indicator{
  width: 100% !important;
  background-color: #57db9e !important;
  height: 100%;
  border-radius: 30px;
} */
.progress-steps-section {
  height: 60px;
}

.progress-steps {
  list-style: none;
  text-align: center;
  padding: 0px;
  width: 100%;
  position: relative;
}

.progress-steps > li {
  display: inline-block;
  list-style: none;
  background-color: #ffffff;
  margin: 10px;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  box-sizing: unset;
  white-space: nowrap;
}

.progress-steps .step-description {
  white-space: nowrap;
}

.progress-step-item {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: none;
  border-radius: 50%;
  background-color: #003c414d;
  position: relative;
}

/*Common styles for game level text*/
.progress-step-item::after {
  position: absolute;
  color: #003c4160;
  font-size: 20px;
  font-family: "rubik", sans-serif;
  font-weight: 600;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translatey(-50%);
  -moz-transform: translateX(-50%) translatey(-50%);
  transform: translateX(-50%) translatey(-50%);
}

/*Style for progress bar connecting game level indiactors*/
.progress-steps-connector {
  /*   background-color: #57DB9E; */
  background-color: #003c414d;
  overflow: hidden;
  height: 15px;
  border: none;
  border-radius: 30px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: -5;
}
.progress-indicator {
  width: 0%;
  background-color: #57db9e;
  height: 100%;
  border-radius: 30px;
}

/*progressbar progress highlight*/
/* .progress-steps-connector.game-1 .progress-indicator {
  width: 0% !important;
}
.progress-steps-connector.game-2 .progress-indicator {
  width: 25% !important;
}
.progress-steps-connector.game-3 .progress-indicator {
  width: 50% !important;
}
.progress-steps-connector.game-4 .progress-indicator {
  width: 75% !important;
}
.progress-steps-connector.game-5 .progress-indicator {
  width: 100% !important;
} */

/*progressbar progress highlight dynamic*/
/*game-count-1*/
.game-count-1 .progress-steps-connector.game-1 .progress-indicator, .game-count-1 .progress-steps-connector.game-2 .progress-indicator,
.game-count-1 .progress-steps-connector.game-2 .progress-indicator,
.game-count-1 .progress-steps-connector.game-3 .progress-indicator,
.game-count-1 .progress-steps-connector.game-4 .progress-indicator,
.game-count-1 .progress-steps-connector.game-5 .progress-indicator{
  width: 0% !important;
}
/*game-count-2*/
.game-count-2 .progress-steps-connector.game-1 .progress-indicator {
  width: 0% !important;
}
.game-count-2 .progress-steps-connector.game-2 .progress-indicator, .game-count-2 .progress-steps-connector.game-3 .progress-indicator,
.game-count-2 .progress-steps-connector.game-4 .progress-indicator,
.game-count-2 .progress-steps-connector.game-5 .progress-indicator {
  width: 100% !important;
}

/*game-count-3*/
.game-count-3 .progress-steps-connector.game-1 .progress-indicator {
  width: 0% !important;
}
.game-count-3 .progress-steps-connector.game-2 .progress-indicator{
  width: 50% !important;
}
.game-count-3 .progress-steps-connector.game-3 .progress-indicator,
.game-count-3 .progress-steps-connector.game-4 .progress-indicator,
.game-count-3 .progress-steps-connector.game-5 .progress-indicator {
  width: 100% !important;
}

/*game-count-4*/
.game-count-4 .progress-steps-connector.game-1 .progress-indicator {
  width: 0% !important;
}
.game-count-4 .progress-steps-connector.game-2 .progress-indicator{
  width: 33.3333% !important;
}
.game-count-4 .progress-steps-connector.game-3 .progress-indicator{
  width: 66.6666% !important;
}
.game-count-4 .progress-steps-connector.game-4 .progress-indicator,
.game-count-4 .progress-steps-connector.game-5 .progress-indicator {
  width: 100% !important;
}

/*game-count-5*/
.game-count-5 .progress-steps-connector.game-1 .progress-indicator {
  width: 0% !important;
}
.game-count-5 .progress-steps-connector.game-2 .progress-indicator{
  width: 25% !important;
}
.game-count-5 .progress-steps-connector.game-3 .progress-indicator{
  width: 50% !important;
}
.game-count-5 .progress-steps-connector.game-4 .progress-indicator{
  width: 75% !important;
}
.game-count-5 .progress-steps-connector.game-5 .progress-indicator {
  width: 100% !important;
}

/*Positioning game level indicators*/
.progress-steps > li:first-child {
  left: 0;
  transform: translateX(-35px);
  -webkit-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
}
.progress-steps > li:nth-child(2) {
  left: 25%;
  transform: translateX(-35px);
  -webkit-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
}
.progress-steps > li:nth-child(3) {
  left: 50%;
  transform: translateX(-35px);
  -webkit-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
}
.progress-steps > li:nth-child(4) {
  left: 75%;
  transform: translateX(-35px);
  -webkit-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
}
.progress-steps > li:last-child {
  right: 0;
  transform: translateX(35px);
  -webkit-transform: translateX(35px);
  -moz-transform: translateX(35px);
}

/*Style for completed game indicator*/
.progress-steps > li.game-completed .progress-step-item {
  background-color: #3fb07c !important;
}
.progress-steps > li.game-completed .progress-step-item::after {
  color: #ffffff !important;
}
.progress-steps > li.game-completed .progress-step-item::after {
  content: "\f00c" !important;
  font-family: FontAwesome;
  font-style: normal;
}

/*Style for active game level indicator*/
.progress-steps > li.game-active .progress-step-item {
  outline: 3px solid #1f4532;
  background-color: transparent;
}
.progress-steps > li.game-active .progress-step-item::after {
  color: #ffffff !important;
}
/* .progress-steps > li.game-active .progress-step-item::after{
  content: "\f00c";
  color: #ffffff !important;
  font-family: FontAwesome;
} */

/*Game level indicator text content*/
/* .progress-steps > li:nth-child(1) .progress-step-item::after {
  content: "1";
}
.progress-steps > li:nth-child(2) .progress-step-item::after {
  content: "2";
}
.progress-steps > li:nth-child(3) .progress-step-item::after {
  content: "3";
}
.progress-steps > li:nth-child(4) .progress-step-item::after {
  content: "4";
}
.progress-steps > li:nth-child(5) .progress-step-item::after {
  content: "5";
} */

/*gradient*/
/* background: rgb(87,219,158);
background: linear-gradient(90deg, rgba(87,219,158,1) 20%, rgba(0,60,65,0.30015756302521013) 20%); */


.pulse {
  margin:100px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1f4532;
  box-shadow: 0 0 0 rgba(31,69,50, 0.4);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(31,69,50, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(31,69,50, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(31,69,50, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(31,69,50, 0.4);
    box-shadow: 0 0 0 0 rgba(31,69,50, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(31,69,50, 0);
      box-shadow: 0 0 0 10px rgba(31,69,50, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(31,69,50, 0);
      box-shadow: 0 0 0 0 rgba(31,69,50, 0);
  }
}
:root {
  --notebook-line-height: 30px;

  --notebook-paper-color: #f8f7e8;
}

@font-face {
  font-family: 'DK Bergelmir';
  src:  url('/fonts/DK Bergelmir.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Game On';
  src:  url('/fonts/Game On.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Zuka Doodle';
  src: url('/fonts/Zuka Doodle.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'School Book New';
  src: url('/fonts/School Book New.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'New Era Casual';
  src: url('/fonts/New Era Casual Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Patrick Hand';
  src: url(/fonts/PatrickHand-Regular.ttf);
}

#notebook-paper {
  width: 100%;
  background: linear-gradient(to bottom, var(--notebook-paper-color) calc(var(--notebook-line-height) - 1px), #eceded 1px);
  background-size: 100% var(--notebook-line-height);
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 768px) {
  #notebook-paper:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 40px;
    height: 100%;
    width: 1px;
    background: #db4034;
  }
}

#notebook-paper header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#notebook-paper header .subtitle {
  font-family: 'Patrick Hand', cursive;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 10px 0;
  color: rgba(0, 0, 0, 0.6);
  flex-basis: 100%;
}

#notebook-paper header .title-signature {
  opacity: 0.9;
}

#notebook-paper header .title-signature .signature-x {
  font-weight: 100;
}

#notebook-paper header h1 {
  width: fit-content;
  font-family: "New Era Casual", sans-serif;
  text-transform: uppercase;
  color: black;
  font-size: 32px;
  line-height: 32px;
  display: block;
}

#notebook-paper header a:hover {
  text-decoration: none;
}

#notebook-paper header h1 .h1-the {
  text-align: left;
  width: 100%;
  display: inline-block;
}

#notebook-paper header h1 .h1-ultimate {
  font-family: "Game On", sans-serif;
  text-transform: none;
  color: rgba(0, 0, 0, 0.9);
  font-size: 85px;
  line-height: 85px;
  display: block;
  position: relative;
  z-index: 1;
}

#notebook-paper header h1 .h1-ultimate::after {
  display: block;
  content: attr(data-text);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-text-stroke: 17px #f8d8ba;
  color: transparent;
  position: absolute;
  z-index: -1;
  display: none;
}

#notebook-paper header h1 .h1-prompting {
  margin-top: -.3em;
  font-family: "School Book New", sans-serif;
  text-transform: none;
  color: #000347;
  font-size: 45px;
  line-height: 45px;
  display: block;
  text-align: right;
}


#notebook-paper header h1 .h1-guide {
  text-align: right;
  width: 100%;
  display: inline-block;
}


#notebook-paper #content {
  margin-top: calc((2.4*var(--notebook-line-height)) - 3px);
  font-size: 20px;
  line-height: var(--notebook-line-height);
  font-family: 'Patrick Hand', cursive;
}


#notebook-paper #content p {
  margin: 0 0 var(--notebook-line-height) 0;
}

#notebook-paper #content h2 {
  font-family: "Game On", sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  margin-top: 1.4em;
  width: fit-content;
}

@media only screen and (min-width: 768px) {
  #notebook-paper #content {
    padding-left: 2em;
  }

  #notebook-paper #content h2 {
    font-size: 2em;
    line-height: 2em;
    margin-top: 1.5em;
  }
}
:root {
  --prompt-image-height: 45vh;
}

a.prompt-card-a,
a.prompt-card-a:hover,
a.prompt-card-a:visited {
  display: contents;
  color: inherit;
  text-decoration: none;
}

.prompt-card {
  cursor: pointer;
  position: relative;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px;
  transition: box-shadow 0.25s ease-in-out 0s;

  height: 100%;
  /*   height: 400px; */
  width: 100%;

  display: inline-block;
}

.prompt-card.prompt-card-masonry {
  border-radius: 0;
}

.prompt-card:hover .prompt-card-favorite-button {
  opacity: 1;
}

.prompt-card-favorite-button,
a .prompt-card-favorite-button,
.prompt-card-feature-button,
a .prompt-card-feature-button,
.prompt-card-hide-button,
a .prompt-card-hide-button,
.prompt-card-pin-button,
a .prompt-card-pin-button {
  opacity: 0.8;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.99);
  color: rgba(0, 0, 0, 0.99);
  padding: 0.3em 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px;
}

.prompt-card .prompt-card-favorite-button,
a .prompt-card .prompt-card-favorite-button,
.prompt-card .prompt-card-feature-button,
a .prompt-card .prompt-card-feature-button,
.prompt-card .prompt-card-hide-button,
a .prompt-card .prompt-card-hide-button,
.prompt-card .prompt-card-pin-button,
a .prompt-card .prompt-card-pin-button {
  position: absolute;
}

.prompt-card-favorite-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.prompt-card .prompt-card-favorite-button,
a .prompt-card .prompt-card-favorite-button {
  top: 0.4em;
  right: 0.4em;
}

.prompt-card-pin-button,
a .prompt-card-pin-button {
  top: 50px;
  right: 0.4em;
}

.prompt-card-feature-button,
a .prompt-card-feature-button,
.prompt-card-hide-button,
a .prompt-card-hide-button {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}

.admin-prompt-buttons-area {
  display: none;
  position: absolute;
  top: 0.4em;
  padding: 0 0.4em;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .prompt-card:hover .admin-prompt-buttons-area {
    display: block;
  }
}

.admin-prompt-buttons-area .admin-card-button {
  position: initial;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.admin-prompt-buttons {
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
}

.admin-prompt-buttons .d-inline {
  background-color: rgba(0, 0, 0, 0.99);
  color: rgba(255, 255, 255, 0.99);
  padding: 0.3em 0.5em;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px;
  margin: 1.5em 0.3em;
}

.prompt-card-feature-button,
a .prompt-card-feature-button {
}

.prompt-card-hide-button,
a .prompt-card-hide-button {
}

a.like-prompt-button,
a.like-prompt-button:hover {
  color: inherit;
  text-decoration: none;
}

.like-prompt-button .fa-solid.fa-heart {
  color: crimson;
}

.prompt-card-image-backdrop {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;

  position: relative;
  height: 100%;
}

.prompt-card-image-backdrop-container {
  position: relative;
  height: 100%;
}

.prompt-card:not(.prompt-card-masonry) .prompt-card-image-backdrop-container {
  border-radius: 10px;
  overflow: hidden;
}

.nsfw-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}

.prompt-badges {
  width: 100%;
  position: absolute;
  top: 0.6em;
  padding: 0 0.9em;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.premium-prompt-title {
  font-size: 16px;
  font-weight: bold;
}

.premium-prompt-badge {
  color: white;
  font-size: 14px;
}

.premium-prompt-badge span {
  vertical-align: middle;
}

.prompt-card:not(.competition-card) img.prompt-main-image {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  height: var(--prompt-image-height);
  object-fit: cover;
  backdrop-filter: blur(10px);
}

.prompt-card:not(.competition-card) img.prompt-main-image:hover {
  object-fit: contain;
}

.prompt-card-masonry img.prompt-main-image {
  height: auto !important;
}

.premium-prompt-preview-buy-button {
  display: none;
}

.premium-prompt-price {
}

.premium-prompt-text {
  position: relative;
  align-items: center;
}

.premium-prompt-text-visible {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium-prompt-stamp {
  /* font-weight: bold; */
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.9);
  /* background-color: rgba(255, 255, 255, 0.6); */
  padding: 0.3em 0.6em;
  transform: skew(-1deg) rotate(-1deg);
}

.prompt-card:hover .premium-prompt-preview-buy-button {
  display: inline-block;
}

.prompt-card-details {
  width: 100%;

  padding: 12px 16px;
  padding-bottom: 1.2em;
  font-size: 0.8em;

  position: absolute;
  bottom: 0;

  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);

  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.card-label {
  font-size: 0.7em;
  font-weight: bold;
  padding: 0.3em 0.8em;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.prompt-card-details-meta {
  display: flex;
  justify-content: space-between;
}

.prompt-card-details .the-prompt-text {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-prompt-card {
  padding: 1.5em 1em;
}

.text-prompt-card .prompt-card-title-area {
  padding-right: 0;
  padding-bottom: 3em;
  word-break: break-word;
}

.text-prompt-card .prompt-card-title {
  font-weight: bolder;
  font-size: 1em;
}

.text-prompt-card .prompt-card-description,
.text-prompt-card .prompt-card-info-bar {
  font-size: 14px;
  word-break: break-word;
}

@media only screen and (min-width: 768px) {
  .text-prompt-card {
    padding: 1.5em 2em;
  }

  .text-prompt-card .prompt-card-title-area {
    padding-right: 2em;
  }

  .text-prompt-card .prompt-card-title {
    font-size: 1.5em;
  }

  .text-prompt-card .prompt-card-description,
  .text-prompt-card .prompt-card-info-bar {
    font-size: 16px;
  }
}


.text-prompt-card {
}
.promptEditArea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 0.5em 1em;
  width: 100%;
}

.filepond--list-scroller {
  z-index: 1 !important;
}

.prompt-builder .prompt-attribute-input {
  width: auto;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.prompt-builder .prompt-attribute-input::-webkit-outer-spin-button,
.prompt-builder .prompt-attribute-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.prompt-builder .prompt-attribute-input[type='number'] {
  -moz-appearance: textfield;
  max-width: 3em;
}

.suggestions-wrapper {
  column-count: 3;
  column-gap: 0;
}

.suggestion-image {
  width: 100%;
  height: 100%;
}

.suggestions-column {
  max-height: 100%;
  overflow-y: scroll;
}
.prompt-show-page{
  background-color: var(--off-white-background);
}

.the-prompt {
  /* cursor: pointer; */
}

.prompt-area {
  background-color: white;
  /* background-color: rgba(0,0,0,0.01); */
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
  padding: 1.5em 2em;
  overflow-wrap: break-word;
}

.prompt-token{
  color: inherit;
  text-decoration: none;
}

.prompt-token:hover{
  color: inherit;
  background-color:aquamarine;
  border-radius: 4px;
  text-decoration: none;
}

#copyButton{
  position: relative;
}

.copied {
  opacity: 0;
  position: absolute;
  top: -1em;
  left: 0;
  width: 100%;
}

.prompt-metadata{
  font-family: monospace;
}

.prompt-metadata, .prompt-metadata i{
  color: rgba(0,0,0,0.6);
}

.btn-outline-action {
  border: 1px solid rgba(0,0,0,0.7) !important;
  border-radius: 8px !important;
  padding: 0.4em 0.7em !important;
  display: inline-block !important;
}

.prompt-show-page .button_to {
  display: inline;
}

.delete-prompt-btn, .delete-prompt-btn:hover{
  color: crimson !important;
  border-color: crimson !important;
}

.edit-prompt-btn, .edit-prompt-btn:hover{
  color: #f3b90a !important;
  border-color: #f3b90a !important;
}

.prompt-model-addon {
  border-bottom: 2px solid rgba(92, 210, 204, 0.5);
}
.text-prompt-show-header {
  background-color: #1c1f29;
  color: rgba(255, 255, 255, 0.99);
}

.text-prompt-show-header h1 {
  font-size: 46px;
  font-weight: 700;
}

.text-prompt-show-content{
  background-color: var(--off-white-background);
}
.read-more-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;  /* number of lines to show */
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.total-earned-credits{
  font-size: 52px;
  font-weight: bolder;
}
.toolbox-index-header{
  background-size: cover;
  background-repeat: repeat-x;
  padding-top: 2em;
  padding-bottom: 4em;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.toolbox-index-header h1{
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .toolbox-index-header{
    background-size: contain;
    padding-top: 4em;
    padding-bottom: 12em;
  }
  .toolbox-index-header h1{
    font-size: 2.5rem;
  }

  main.toolbox-main {
    margin-top: -10rem !important;
  }
}

.toolbox-category-card-container {
 margin-top:20px;
 margin-bottom:80px;
 display:flex;
 justify-content:flex-start;
 flex-wrap:wrap
}
.toolbox-category-card-container .toolbox-category-card {
 background:#fff;
 border-radius:12px;
 width:100%;
 padding:30px;
 margin-bottom:20px;
 transition:.15s;
 cursor:pointer;
 min-height: 20vh;
 height: 90%;
}
.toolbox-category-card-container .toolbox-category-card:hover {
 -webkit-transform:translateY(-5px);
 transform:translateY(-10px);
 box-shadow:0 32px 128px rgba(0,0,0,.1)
}
.toolbox-category-card-container .toolbox-category-card h2,
.toolbox-category-card-container .toolbox-category-card h2 a {
 font-size:24px;
 color: inherit;
 min-height:50px
}
.toolbox-category-card-container .toolbox-category-card h2:hover {
 text-decoration:underline;
 cursor:pointer
}
.toolbox-category-card-container .toolbox-category-card ul {
 padding:0;
 margin:0;
 list-style:none;
 display:flex;
 justify-content:flex-start;
 margin-top:30px
}
.toolbox-category-card-container .toolbox-category-card ul li {
 display:inline-block
}
.toolbox-category-card-container .toolbox-category-card ul li img,
.toolbox-category-card-container .toolbox-category-card ul li span {
 width:54px;
 height:54px;
 border-radius:50%;
 border:2px solid #f2f2f7;
 transition:.15s
}
.toolbox-category-card-container .toolbox-category-card ul li img:hover,
.toolbox-category-card-container .toolbox-category-card ul li span:hover {
 border-color:#e5e5ea;
 -webkit-transform:translateY(-8px);
 transform:translateY(-8px)
}
.toolbox-category-card-container .toolbox-category-card ul li span {
 color:#555;
 font-size:14px;
 display:flex;
 align-items:center;
 justify-content:center
}
.toolbest-alternative .prod-container.sec-alt {
 padding-top:0
}
.toolbest-alternative .rsMinW .rsBullets {
 top:110%!important;
 right:4px!important;
 overflow:inherit!important;
 display:inline-block!important;
 width:100%
}
.toolbest-alternative .royalSlider {
 height:270px!important;
 background:0 0!important
}
.toolbest-alternative #slider-with-blocks-1,
.toolbest-alternative #slider-with-blocks-1 .rsOverflow {
 background:0 0!important
}
.toolbest-alternative .left-trello.alt-left {
 height:320px;
 padding:50px 0
}
.toolbest-alternative .nav-next-pre {
 background:#fff;
 border-radius:12px;
 display:flex;
 margin-left:12px;
 width:100%;
 justify-content:space-between;
 position:relative;
 margin-top:10px;
 margin-left:0
}
.toolbest-alternative .nav-next-pre button {
 position:relative;
 z-index:999
}
.toolbest-alternative .left-cont h5 {
 color:#000
}
.toolbest-alternative .rsNav.rsBullets .rsBullet {
 margin-right:4px
}
.toolbest-alternative .rsNav.rsBullets .rsBullet:last-child {
 margin-right:0
}
.h-a {
 background:0 0!important;
 color:#f64!important
}
.h-a:hover {
 text-decoration:underline
}
.h-a img {
 top:3px
}
.f-tools {
 padding-top:35px
}
.alternative-boxes {
 height:450px
}
.loader-cont .a-loader {
 width:20px;
 height:20px;
 margin-top:5px;
 display:none
}
.loader-cont {
 width:100%;
 text-align:center;
 display:flex;
 justify-content:center
}
.new-tool-info .tool-info {
 display:flex;
 justify-content:space-between;
 flex-wrap:wrap;
 padding:24px
}
.new-tool-info .tool-info .v-n-s-btns a:last-child {
 background:#f64;
 border-radius:12px;
 color:#fff;
 padding:8px 12px 9px;
 margin-right:0;
 font-size:14px;
 display:inline-block
}
.new-tool-info .tool-info .v-n-s-btns a:last-child:hover {
 background:#ff481f
}
.new-tool-info .tool-info .v-n-s-btns a:first-child {
 color:#f64;
 font-size:14px;
 background:0 0;
 margin-right:10px
}
.new-tool-info .tool-info .v-n-s-btns a:first-child:hover {
 text-decoration:underline
}
#tool-tags .item a {
 background:#fff;
 padding:25px 15px;
 color:#000;
 display:flex;
 border-radius:12px;
 font-size:12px;
 align-items:center;
 height:100%;
 justify-content:center;
 text-align:center
}
#tool-tags {
 margin:20px 0;
 width:95%
}
#tool-tags .owl-stage {
 display:flex
}
#tool-tags .owl-stage .item {
 height:100%
}
#tool-tags .owl-dots {
 display:none
}
#tool-tags .owl-nav {
 display:flex;
 justify-content:flex-end;
 position:relative
}
#tool-tags .owl-nav.disabled {
 display:none
}
#tool-tags .owl-nav .owl-prev {
 display:none
}
#tool-tags .owl-nav .owl-next {
 position:absolute;
 top:-50px;
 right:-22px
}
#tool-tags .owl-nav .owl-next i {
 font-size:22px;
 color:#333!important
}
#tool-tags .owl-nav .owl-next {
 background:0 0!important;
 border:none
}
#tool-tags .owl-nav .owl-next:focus {
 box-shadow:none;
 outline:none
}
.new-tool-info .social-icons ul li {
 display:inline-flex;
 border:1px solid #d1d1d6;
 width:40px;
 height:40px;
 align-items:center;
 justify-content:center;
 border-radius:8px;
 margin-right:12px;
 padding-top:5px
}
.new-tool-info .social-icons ul li:last-child {
 margin-right:0
}
.new-tool-info .social-icons {
 padding:24px 0 0
}
.s-thumb {
 width:100%;
 height:100%;
 background-size:cover;
 background-position:center center
}
.categories-section.mobile-v {
 display:none
}
.categories-section {
 margin-bottom:25px
}
.categories-section h3 {
 margin-bottom:0
}

/* ======= TOOL CARD ====== */

.toolbox-tool-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 18px;
  min-height: 20vh;
  height: 90%;
}

.tool-meta>span.tool-meta-title {
  font-size: 22px;
  margin-bottom:0;
  margin-top:0;
  font-weight:600
 }
 .tool-meta>span.tool-meta-title a {
  font-weight:600
 }
 .tool-meta>span.tool-meta-title a:hover {
  text-decoration:underline
 }

 .toolbox-tool-card .meta {
  display: table;
 }

 .tool-img {
  width:70px;
  height:70px;
  border-radius:50%;
  overflow:hidden;
  margin:auto;
 }

 .tool-img {
  border:2px solid transparent
 }

 .tool-img img{
  border-style: none;
height: auto;
max-width: 100%;
 }

 .tool-img.v-yes {
  border:2px solid #bbbbbb
 }
 .tool-img.n-v {
  border:2px solid #f2f2f7
 }
 .tool-img.n-v:hover {
  border-color:#e5e5ea
 }
 .tool-img.v-yes img {
  padding:2px;
  border-radius:50%
 }
 .tool-meta {
  display:table-cell;
  vertical-align:middle;
 }
 .tool-meta h5 {
  font-size:24px;
  margin-bottom:0;
  margin-top:0
 }
 .tool-meta h5 a:hover {
  text-decoration:underline
 }

.slide-text p {
  font-size:14px;
  color:#555;
}

.tags-list ul {
  list-style:none;
  padding:0;
  margin:0
 }
 .tags-list ul li {
  display:inline-block;
  margin-bottom:8px
 }
 .tags-list ul li a {
  border:1px solid #d1d1d6;
  box-sizing:border-box;
  border-radius:8px;
  color:#555;
  padding:2px 10px 3px;
  font-size:12px;
  margin-right:8px
 }
 .tags-list ul li a:hover {
  color:#000
 }
 .tags-list {
  margin-top:20px
 }
header.search-page-header {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 1;
}

header.search-page-header:before,
header.search-page-header:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

header.search-page-header:after {
  background-image: radial-gradient(rgba(0, 0, 0, 0.15) 1px, transparent 0);
  background-size: 20px 20px;
  background-position: -6px -6px;
}

header.search-page-header:before {
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 992px) {
  header.search-page-header {
    height: 360px;
    min-height: 250px;
    max-height: 360px;
  }
  
  header.search-page-header.search-page-header-small{
    height: 260px;
  }

  .search-page-title-and-description {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  }

  header.search-page-header:before {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.6) 100%);
  }

  header.search-page-header:after {
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 0);
    background-size: 20px 20px;
    background-position: -6px -6px;
  }
}

.search-page-header .search-image-container {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.container-picture {
  width: 100%;
  height: 100%;
  filter: blur(12px);
}

.search-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-box-container {
  z-index: 30;
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-box-container input {
  height: 52px;
  padding: 0 2em;
  background-color: var(--input-background);
  color: var(--input-text);
  border: none;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.06);
  border-radius: 8px;
}

.search-box-container input::placeholder {
  color: var(--input-text);
}

.search-box-container input:focus {
  outline: rgba(0,0,0,0.05) solid 2px;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.06);
  border-color: var(--border-color);
  background-color: white;
}

.search-page-title-and-description {
  position: relative;
  z-index: 20;
}

.search-page-header h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 768px) {
  .search-page-header h1 {
    font-size: 48px;
  }
}

.search-page-header p {
  
}

.search-image-attribution {
  color: rgba(255, 255, 255, 0.25);
  font-size: 10px;
  position: absolute;
  bottom: 0.7em;
  right: 1em;
  z-index: 20;
}
.trending-searches{
  font-size: 0.9em;
}

.trending-searches span{
  font-size: 0.7em;
}

.trending-searches a{
  color: inherit;
  opacity: 0.7;
}

.minimal-search-box,
.minimal-search-box::placeholder {
  color: var(--input-text);
  filter: grayscale(100);
}
.select-as-boxes-component {

}

.select-as-boxes-component-option {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  font-size: 12px;
  border: 1px solid #ccc;
  color: var(--input-text);
  border-radius: 0.25em;
  background-color: transparent;
  cursor: pointer;
  font-weight: bold;
}

.select-as-boxes-component-option.selected, .select-as-boxes-component-option:hover {
  background-color: rgba(var(--accent), 0.8);
  color: #fff;
}
@media (min-width: 576px) {
  .sign-up-modal .modal-dialog {
    max-width: 90vw;
  }
}

@media (min-width: 1200px) {
  .sign-up-modal .modal-dialog {
    max-width: 1024px;
  }
}

@media (min-width: 576px) {
  .sign-up-modal .modal-body {
    padding: 0;
  }
}

.left-col-main {
  position: relative;
}

@media (max-width: 576px) {
  .left-col-main {
    background: none !important;
  }
}

@media (min-width: 576px) {
  .left-col-main {
    color: white;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: cover !important;
  }

  .left-col-main:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#000,#000);
    opacity: .7;
  }
}


.left-col {
  z-index: 10;
}

.sign-up-modal .modal-content {
  position: relative;
  background-color: var(--background);
  border: none;
  box-shadow: 0 40pt 50pt 0 rgba(0,0,0,.35);
}

.sign-up-modal .close {
  position: absolute;
  top: -1em;
  right: -1em;
  z-index: 10;
  color: rgba(255, 255, 255, 0.7) !important;
  text-shadow: none;
  font-size: 16px;
}

.sign-up-modal {
  color: rgb(28, 28, 28);
  border-bottom: none;
}

.sign-up-modal h2,
.sign-up-modal h5 {
  font-size: 1.8em;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  letter-spacing: -.05em;
  font-weight: 600;
}

.sign-up-modal h2 {
  font-size: 1.3em;
}

@media (min-width: 576px) {
  .sign-up-modal h5 {
    font-size: 2.3em;
  }
}

.sign-up-modal .prompthero-account-benefits {
  font-size: 14px;
}

.prompthero-users-stack {
  position: relative;
}

.prompthero-users-stack-element {
  display: inline;
  margin-left: -14px;
}

.prompthero-users-stack-element img {
  border: 2px solid rgba(0, 0, 0, 0.7);
}

.after-prompthero-users-stack {
  font-size: 12px;
  opacity: 0.9;
}

.sign-up-modal .actions input {
  padding: 1.3em 0;
}

.sign-up-modal .devise-wrapper form {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

@media (min-width: 576px) {
  .sign-up-modal .devise-wrapper form {

  }
}

.sign-up-modal .devise-wrapper input {
  border-radius: 3px;
  resize: none;
  background-color: var(--input-background);
  color: var(--input-text);
  border: 1px solid var(--border-color);
  padding: 0.5em 1em;
}

.sign-up-modal .devise-wrapper label {
  font-size: 12px;
  font-weight: bolder;
  letter-spacing: -.005em;
}
.skeleton {
  background-color: #e2e5e7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 1s ease infinite;
          animation: shine 1s ease infinite;
}

.skeleton.skeleton-white{
  background-color: rgba(0, 0, 0, 0.01);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.015), rgba(0, 0, 0, 0));
}

@-webkit-keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}
.pseudo-row {
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .col-md-20percent {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-60percent {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .pseudo-row {
    flex-wrap: nowrap;
  }
}

.border-dark {
  border-color: var(--border-color) !important;
}

#prompt-studio {
  background-color: var(--background);
}

#prompt-studio #generated-images-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
  max-height: 500px;
}

@media only screen and (min-width: 768px) {
  #prompt-studio #generated-images-list {
    max-height: initial;
  }
}

#prompt-studio .generated-image {
  margin-left: auto;
  margin-right: auto;
}

#prompt-studio .generated-image img,
#prompt-studio .square-card {
  border-radius: 4px;
}

#prompt-studio .square-card {
  position: relative;
  min-width: 256px;
  min-height: 256px;
  max-width: 100%;
  background-color: #f0f0f0;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  #prompt-studio .square-card {
    width: 512px;
    height: 512px;
  }
}

#prompt-studio .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#prompt-studio .credits {
  color: #000;
  cursor: pointer;
  font-family: Graphik, -apple-system, system-ui, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5;
  margin-top: 0px;
  margin-bottom: 4px;
  overflow: visible;
  position: relative;
  text-align: left;
  text-transform: none;
  transition: all 80ms ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

#prompt-studio input[type='submit'] {
  appearance: button;
  background-color: rgba(var(--accent), 0.8);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-family: Graphik, -apple-system, system-ui, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.5;
  margin-top: auto;
  margin-bottom: 4px;
  overflow: visible;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: all 80ms ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

#prompt-studio input[type='submit']:disabled {
  opacity: 0.5;
}

#prompt-studio input[type='submit']:focus {
  outline: 0;
}

#prompt-studio input[type='submit']:hover {
  background-color: rgba(var(--accent), 0.6);
  border-color: rgba(var(--accent), 0.6);
}

#prompt-studio input[type='submit']:active {
  background-color: rgba(var(--accent), 1);
  border-color: rgba(var(--accent), 1);
}

#prompt-studio #no-images {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#prompt-studio #no-images p {
  color: var(--text);
  opacity: 0.6;
  font-size: 18px;
}

#prompt-studio #no-images div i {
  font-size: 100px;
  color: var(--text);
  opacity: 0.85;
  margin-bottom: 10px;
}

#prompt-studio .form-group label {
  color: var(--label);
  font-size: 0.75rem;
  font-weight: 600;
  font-weight: bolder;
  text-transform: uppercase;
}

#prompt-studio .form-group p {
  color: var(--text);
  font-size: 14px;
}

#prompt-studio .form-group .form-control {
  border-radius: 3px;
  border: 2px;
  border-color: transparent;
  resize: none;
  background-color: var(--input-background);
  color: var(--input-text);
  border: 1px solid var(--border-color);
}

#prompt-studio .form-group .form-control:focus {
  box-shadow: none !important;
}

#prompt-studio .form-group .form-control::placeholder {
  color: var(--input-text);
}

#prompt-studio .form-group textarea.form-control {
  /* Adjusting height by using the rows html attribute */
  /* height: 150px; */
}

#prompt-studio .form-range {
  width: 100%;
}

.draft-sidebar-header {
  font-size: 13px;
}

.sidebar-area-selection-button {
  background: #ecf0f4;
  border-radius: 2px;
  padding: 0.3em 0.6em;
}

.prompt-studio .list-group-item {
  border-top: 1px solid #ecf0f4 !important;
  border-bottom: none;
}

.prompt-studio .list-group-item.active {
  color: inherit;
  background-color: inherit;
  border: inherit;
  border-left: 10px solid rgba(var(--accent), 1);
}

.prompt-metadata-input input {
  width: 100%;
}

.prompt-metadata-input .label {
  display: block;
}
.tool-page h1{
  font-size: 48px;
  line-height: 1em;
}

.tool-page h2{
  font-size: 32px;
  line-height: 1.3em;
}

.tool-page h3{
  font-size: 18px;
  font-weight: 500;
}

.tool-page p {
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .tool-page section {
    padding-top: 5em;
  }
}

.description-snippet,
.bottom-cta-card {
  padding: 3em 4em;
  border-radius: 30px;
  background-color: #f7f7f8;
}

.bottom-cta-card {
  background: #f7f7f8;  /* fallback for old browsers */
  background: -webkit-radial-gradient(#dfdfdf, #f7f7f8);  /* Chrome 10-25, Safari 5.1-6 */
  background: radial-gradient(#dfdfdf, #f7f7f8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


@media only screen and (min-width: 768px) {
  .two-column-layout {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count:    2; /* Firefox */
    column-count:         2;

    -webkit-column-gap:   20px; /* Chrome, Safari, Opera */ 
    -moz-column-gap:      20px; /* Firefox */
    column-gap:           20px;

    text-align: justify; /* Optional */
  }
}

.two-column-layout h2 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
}

.tool-page ol {
  list-style-type: none;
  position: relative;
}

.tool-page ol li {
  counter-increment: step-counter;
}

.tool-page ol li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  font-size: 14px;
  color: white;
  font-weight: 500;
  background-color: #192033;
  border-radius: 99px;
  text-align: center;
  line-height: 26px;
}

.faq-container h1 {
  font-size: 32px;
}

.faq-card,
.faq-card .card-header {
  border: none !important;
  background: none !important;
}

.faq-card .card-header {
  position: relative;
}

.faq-container .faq-card:not(:first-child) .card-header{
  border-top: 1px solid rgba(0,0,0,0.1) !important;
}

.faq-card .btn-link {
  color: inherit;
}

.faq-card .card-header button {
  display: flex;
  justify-content: space-between;
}
.upload-area {
  display: flex;
  justify-content: center;
}

#prompt_ai_model_form span.select2.select2-container {
  width: 100% !important;
}

.prompt-upload-container {
  min-height: 80vh;
}

.prompt-upload-container h1 {
  font-size: 2rem;
}

.upload-page-container .filepond--panel-root {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  background: transparent !important;
  box-shadow: none !important;
}

.upload-page-container #filepond-input {
  min-height: 444px;
}

.filepond--root .filepond--drop-label {
  height: 100%;
}

.filepond--root .filepond--list-scroller {
  height: 100% !important;
  overflow: hidden;
}

.prompt-upload-metadata-area {
  /* position: relative; */
  /* max-height: 75vh; */
  overflow-x: hidden;
}

.prompt-upload-form-area{
  position: relative;
}

.prompt-upload-btn-area {
  padding: 1.5em 1em 0 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.select2-results__option--selectable{
  word-break: break-word;
}
.upload-page-container {
  background-color: var(--background);
}

.upload-page-container label {
  color: var(--label);
  font-size: .75rem;
  font-weight: 600;
  font-weight: bolder;
  text-transform: uppercase;
}

.upload-page-container input:not([type=submit]),
.upload-page-container select,
.upload-page-container textarea,
/* .upload-page-container .filepond--panel-root, */
.upload-page-container .select2-selection {
  background-color: var(--input-background);
  color: var(--input-text);
  border-color: var(--border-color);
}

.upload-page-container .filepond--panel-root {
  /* box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 15px;
  transition: box-shadow 0.25s ease-in-out 0s; */
}

.upload-page-container *:focus {
  outline: rgba(0,0,0,0.05) solid 2px;
  box-shadow: none !important;
  border-color: var(--border-color);
  transition: all 0.2s;
}

.upload-page-container input:not([type=submit])::placeholder,
.upload-page-container textarea::placeholder {
  color: var(--input-text-placeholder);
}

.upload-page-container .select2-selection,
.upload-page-container .select2-selection__rendered {
  height: 38px;
}

.upload-page-container .select2-selection__rendered {
  padding-top: 4px;
}

.upload-page-container h1 {
  font-weight: 600;
  letter-spacing: -0.015em !important;
}

.nav-pills .nav-link {
  font-size: 10px;
  font-weight: bolder;
  border-radius: 20px;
  background-color: var(--inactive-button-background);
  margin-right: 0.5em;
  border: 1px solid var(--border-color);
}

.nav-pills .nav-link.active {
  background-color: var(--action-button-background);
  color: var(--action-button-color);
}
.user-profile-pic {
  border-radius: 100%;
  width: auto;
}


nav .user-profile-nav {
  border-bottom: 1px solid #e7e7e9;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

nav .user-profile-nav .user-profile-nav-number {
  color: #9e9ea7;
  font-weight: 400;
}

.user-profile-nav-item{
  display: inline-flex;
  color: #6e6d7a;
}

.user-profile-nav-item.active{
  color: #0d0c22;
}

.user-profile-nav-item a{
  color: inherit;
  text-decoration: none;
}

.model-label{
  border: 1px solid rgba(0,0,0,0.6);
  border-radius: 4px;
  padding: 0.3em 0.7em;
  font-size: 12px;
  color: rgba(0,0,0,0.6);
  white-space: nowrap;
  margin-bottom: 0.8em;
  display: inline-block;
}

.profile-section-label{
  text-transform: uppercase;
  color: rgba(0,0,0,0.6);
  font-size: 12px;
  font-weight: bolder;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
}

.profile-featured-image {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 60vh;
  border-radius: 4px;
  box-shadow: rgba(4, 17, 29, 0.25) 0px 8px 8px -8px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .profile-container{
    padding: 0 6em !important;
  }

  h2.profile-tagline{
    font-size: 48px;
    font-weight: 700;
    /* padding-right: 5em; */
  }

  .profile-featured-image{
    width: 50%;
  }

  .profile-featured-image::before {
    width: 50vh;
    height: 60vh;
    content: "";
    background: rgba(0,0,0,0.05);
    position: absolute;
    top: -2em;
    right: -15vh;
    z-index: -1;
  }
  
  .profile-featured-image::after {
    width: 40vh;
    height: 40vh;
    content: "";
    background: rgba(0,0,0,0.03);
    position: absolute;
    bottom: -4em;
    left: -10vh;
    z-index: -1;
  }

}
.wordpress-content img{
  max-width: 100%;
  height: auto;
}

.wordpress-content h2,
.wordpress-content h3{
  margin-top: 1.7em;
  margin-bottom: 1em;
}

.wp-block-quote{
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding: 2em 1em;
  border-left: 2px solid rgba(0,0,0,0.25);
  background: rgba(0,0,0,0.02);
  font-size: 1rem;
}

.wp-block-quote p{
  margin: 0 !important;
}

.simpletoc-list a {
  color: inherit;
}

.has-text-align-center, .aligncenter{
  text-align: center;
}

.simpletoc-title {
  line-height: 1em !important;
}

.simpletoc-list {
  background: rgba(0,0,0,0.05);
  width: fit-content;
  border-radius: 4px;
  padding: 1em 1.5em;
}

@media only screen and (min-width: 768px) {
  .simpletoc-list {
    padding: 1em 3em;
  }
}

/* Source: https://codepen.io/miashadowblue/pen/zYGYQgW */
.has-inline-color {
  background: none;
  background-color: transparent;
  background-size: 100% 100%;
  box-decoration-break: clone;
}

.has-inline-color.has-black-color {
  background-image: url(/api/v1/pen-brush.svg?rgba=22,53,88,0.3);
}

.has-inline-color.has-pale-pink-color {
  background-image: url(/api/v1/pen-brush.svg?rgba=255,185,184,0.3);
}

.has-inline-color.has-vivid-red-color {
  background-image: url(/api/v1/pen-brush.svg?rgba=207,46,46,0.3);
}

.has-inline-color.has-luminous-vivid-orange-color {
  background-image: url(/api/v1/pen-brush.svg?rgba=255,105,0,0.3);
}

.has-inline-color.has-luminous-vivid-amber-color {
  background-image: url(/api/v1/pen-brush.svg?rgba=255,255,181,0.3);
}

.has-inline-color.has-light-green-cyan-color {
  background-image: url(/api/v1/pen-brush.svg?rgba=87,162,181,0.3);
}

.has-inline-color.has-vivid-green-cyan-color {
  background-image: url(/api/v1/pen-brush.svg?rgba=0,208,132,0.3);
}

.has-inline-color.has-pale-cyan-blue-color {
  background-image: url(/api/v1/pen-brush.svg?rgba=136,200,255,0.3);
}

.has-inline-color.has-vivid-cyan-blue-color {
  background-image: url(/api/v1/pen-brush.svg?rgba=142,209,252,0.3);
}

.has-inline-color.has-vivid-purple-color {
  background-image: url(/api/v1/pen-brush.svg);
}

.has-inline-color.has-pale-pink-color {
  background-image: url(/api/v1/pen-brush.svg);
}

h2 .has-inline-color {
  background: none !important;
  display: inline-block;
  position: relative;
  z-index: 1;
}

h2 .has-inline-color::after {
  padding: .2em;
  display: inline-block;
  content: attr(data-text);
  width: 100%;
  height: 100%;
  top: -0.85em;
  left: 0;
  position: absolute;
  z-index: -1;
  color: transparent;
}

h2 .has-inline-color.has-black-color:after {
  /* -webkit-text-stroke: 0.3em rgba(22,53,88,0.3); */
  border-bottom: 10px solid rgba(22,53,88,0.3);
}

h2 .has-inline-color.has-pale-pink-color:after {
  /* -webkit-text-stroke: 0.3em rgba(255,185,184,0.3); */
  border-bottom: 10px solid rgba(255,185,184,0.3);
}

h2 .has-inline-color.has-vivid-red-color:after {
  /* -webkit-text-stroke: 0.3em rgba(207,46,46,0.3); */
  border-bottom: 10px solid rgba(207,46,46,0.3);
}

h2 .has-inline-color.has-luminous-vivid-orange-color:after {
  /* -webkit-text-stroke: 0.3em rgba(255,105,0,0.3); */
  border-bottom: 10px solid rgba(255,105,0,0.3);
}

h2 .has-inline-color.has-luminous-vivid-amber-color:after {
  /* -webkit-text-stroke: 0.3em rgba(255,255,181,0.3); */
  border-bottom: 10px solid rgba(255,255,181,0.3);
}

h2 .has-inline-color.has-light-green-cyan-color:after {
  /* -webkit-text-stroke: 0.3em rgba(87,162,181,0.3); */
  border-bottom: 10px solid rgba(87,162,181,0.3);
}

h2 .has-inline-color.has-vivid-green-cyan-color:after {
  /* -webkit-text-stroke: 0.3em rgba(0,208,132,0.3); */
  border-bottom: 10px solid rgba(0,208,132,0.3);
}

h2 .has-inline-color.has-pale-cyan-blue-color:after {
  /* -webkit-text-stroke: 0.3em rgba(136,200,255,0.3); */
  border-bottom: 10px solid rgba(136,200,255,0.3);
}

h2 .has-inline-color.has-vivid-cyan-blue-color:after {
  /* -webkit-text-stroke: 0.3em rgba(142,209,252,0.3); */
  border-bottom: 10px solid rgba(142,209,252,0.3);
}

h2 .has-inline-color.has-vivid-purple-color:after {
  /* -webkit-text-stroke: 0.3em #f8d8ba; */
  border-bottom: 10px solid #f8d8ba;
}

h2 .has-inline-color.has-pale-pink-color:after {
  /* -webkit-text-stroke: 0.3em #f8d8ba; */
  border-bottom: 10px solid #f8d8ba;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

:root {
  --accent: 108, 117, 125;
  --accent-dark: #212529;
  
  --background: #f4f5f7;
  --off-white-background: rgba(0,0,0,0.015);
  
  --input-background: #fff;
  --input-text: #6c757d;
  --input-text-placeholder: #dee2e7;
  --label: rgb(107, 114, 128);
  --text: rgb(108, 117, 125);
  --border-color: rgba(0, 0, 0, .125);

  --action-button: rgb(251, 172, 52);

  --action-button-color: rgba(255,255,255,0.95);
  --action-button-background: rgba(0,0,0,0.75);
  --inactive-button-background: rgba(0,0,0,0.025);
}

.turbo-progress-bar {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

h1, h2, h3, h4{
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Helvetica Neue, Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
}

.stylish-header {
  font-size: .75rem;
  font-weight: 600;
  color: rgb(107, 114, 128);
  font-weight: bolder;
  text-transform: uppercase;
}

.page.current {
  font-weight: bolder;
  border-bottom: 1px solid rgba(0,0,0,0.95);
}

.blurry-text {
  color: transparent;
  text-shadow: 0 0 15px rgba(0,0,0,0.45);
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.alert-container{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000000;
}

.alert-main {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 4px 15px !important;
  color: rgba(0,0,0,0.93);
}

.alert.alert-light {
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 10px;
}

.filepond--credits {
  display: none;
}

.pointer-events-none {
  pointer-events: none !important;
}
